@charset "utf-8";
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#2354AF;}

/*** layout ***/
/* .container {width: 1320px;} */
.body-bg{background: #f2f3f5;}
.bg-gradient{background: url(2023_bg_gradient.png) no-repeat center top;}
.container > .padding{position: relative; padding:25px; background: #fff; border-radius: 8px 8px 0 0;}

@media (max-width: 1440px) {
	.bg-gradient .container.pt40{padding-top: 0;}
}
@media (max-width: 1280px) {
	.container > .padding{padding: 20px;}
}

@media (max-width: 768px) {
  .bg-gradient{background: none;}
	.container > .padding{padding-left: 0; padding-right: 0;}
}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd{border-bottom:#CECECE 1px solid; }
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative;  line-height: 34px; font-size: 22px; color: #666666;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #666; transition: .3s all;display: block;padding-bottom: 15px;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 4px; background: #2354AF;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on{font-size: 26px; font-weight: bold;}
.tab-brief > .hd li.on:after{width: 50%;}
.tab-brief > .hd li.on a{color: #2354AF;}
.tab-brief > .hd .more{padding-top: 3px; float: right;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#2354AF; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #2354AF; margin-left: -8px;}

.com-more a{color:#999; font-size: 16px; }
.com-more a:hover{color:#2354AF;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; margin-top:20px; text-align:center; line-height:40px; background-color:#fafafa; border: #EFEFEF 1px solid; border-radius:5px; display: none; font-size: 16px;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}


@media (max-width: 640px) {
	.res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
	.res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#2354AF;}
  .res.tab-brief > .hd li:after{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}

  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#2354AF; color: #fff;}
  .res.tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}

  .m-com-more{display:block;}
	

}
@media (max-width: 980px) {
	/* 无自适应的屏幕宽度市980px,所以980以下宽度的样式不会被继承。 */
	/* body{background: #000;} */
	
}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全局类名冲突
 ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 9px; padding-bottom: 9px; line-height:32px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #2354AF;}
.infolist li:hover span{color:#2354AF;}
.infolist.md li{padding-right:70px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li a{padding-left: 25px;}
.infolist.dot li a:before{content:''; position:absolute; left:2px; top: 50%; margin-top: -2px; width: 8px; height: 8px; background: #D8D8D8; transform: rotate(45deg); transition: .3s all;}
.infolist.dot li:hover a:before{background: #2354AF;}

.infolist.dot2 li a{padding-left: 20px;}
.infolist.dot2 li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #B5B5B5; transition: .3s all;}
.infolist.dot2 li:hover a:before{background: #2354AF;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 14px; padding-bottom: 14px;}

.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.infolist.md li{padding-right:80px;}
.infolist.space20.infolist.ymd li{padding-right:120px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.infolist.md li{padding-right:85px;}
.infolist.space30.infolist.ymd li{padding-right:125px;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}
.infolist.split6n li:nth-child(6n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
	.infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
	.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li{padding-right:60px;}
	.infolist.ymd[class*="space"] li{padding-right:100px;}
}

@media (max-width: 480px) {
	.res.infolist li{padding-right:0 !important; position: relative;}
	.res.infolist li a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
	.res.infolist li .time{position:static; display: inline-block;}
	.res.infolist li a:before{top: 20px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
}


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#2354AF;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#2354AF;}
.com-title.fs28 h3{font-size: 1.75em;}

/* .com-tit-b{display: flex;}
.com-tit-b .line{flex: 1;}
.com-tit-b h2{text-align: center;}
.com-tit-b h2 strong{display: block; font-size: 40px;}
.com-tit-b h2 em{display: block; font-style: normal; color: #EFF4F8; text-transform: uppercase; font-size: 20px;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
	.com-tit-b .line{display: none;}
} */

.com-tit-b{text-align: center; overflow: hidden;}
.com-tit-b .box{position: relative; display: inline-block;}
.com-tit-b .line{position: absolute; top: 50%; margin-top: -28px; width: 626px; height: 57px;}
.com-tit-b .line.l{right: 100%;}
.com-tit-b .line.r{left: 100%;}
.com-tit-b h2 strong{display: block; font-size: 40px;}
.com-tit-b h2 em{display: block; font-style: normal; color: #EFF4F8; text-transform: uppercase; font-size: 20px;}
@media (max-width: 992px) {
  .com-tit-b{justify-content: center;}
	.com-tit-b .line{display: none;}
}



.com-tit2-b{text-align: center; overflow: hidden;}
.com-tit2-b .box{position: relative; display: inline-block; min-width: 264px;}
.com-tit2-b .line{position: absolute; top: 50%; margin-top: -8px; width: 543px; height: 16px;}
.com-tit2-b .line.l{right: 100%;}
.com-tit2-b .line.r{left: 100%;}
.com-tit2-b h2{position: relative;}
.com-tit2-b h2 strong{display: block; margin-top: -28px; font-size: 40px;}
.com-tit2-b h2 strong font{color: #1B5ABA;}
.com-tit2-b h2 em{display: block; font-size: 32px; font-style: normal; color: #1B5ABA; text-transform: uppercase; opacity: 0.08;}
@media (max-width: 992px) {
	.com-tit2-b .line, .com-tit2-b h2 em{display: none;}
	.com-tit2-b h2 strong{margin-top: 0; font-size: 32px;}
}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}


.com-owl-tpxw {position: relative; overflow: hidden;}
.com-owl-tpxw .item a img{ display:block; width:100%;}
.com-owl-tpxw h4{position: absolute; left: 0; right: 0; bottom: 0; box-sizing: border-box; padding: 0 130px 0 20px; color: #fff; font-size: 20px; font-weight: bold; height: 54px; line-height: 54px; background: rgba(0,0,0,0.6);}
.com-owl-tpxw .owl-dots {position: absolute; bottom: 18px; right: 22px; z-index: 99;}
.com-owl-tpxw .owl-dot,
.com-owl-hf .owl-dot{float: left; width: 9px; height: 9px; margin-left:10px; background-color: #fff; transition: .3s all; cursor: pointer; border-radius: 4px;}
.com-owl-tpxw .owl-dot.active{background: #E60012; width: 32px;}


.com-swiper-tpxw {position: relative; overflow: hidden;}
.com-swiper-tpxw .swiper-slide .pic{position: relative; width:100%; height: 0; overflow: hidden; padding-bottom: 56.5%;}
.com-swiper-tpxw .swiper-slide .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}
.com-swiper-tpxw .swiper-slide .txt{position: absolute; left: 0; right: 0; bottom: 0; box-sizing: border-box; padding: 0 130px 0 20px; color: #fff; height: 54px; line-height: 54px; background: rgba(0,0,0,0.6);}
.com-swiper-tpxw .swiper-pagination {position: absolute; width: auto !important; left: auto !important; bottom: 22px !important; right: 20px; z-index: 99;}
.com-swiper-tpxw .swiper-pagination span{float: left; width: 9px; height: 9px; margin-left:10px; background-color: #fff; transition: .3s all; cursor: pointer; border-radius: 4px; opacity: .5;}
.com-swiper-tpxw .swiper-pagination span.swiper-pagination-bullet-active{ width: 30px; opacity: 1;}

/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .menu-cards li{float: left; width: 100%;}
 .menu-cards li a.item{display: block;}
 .menu-cards li a.item.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
 .menu-cards li a.item.rotateY360:hover i{transform: rotateY(360deg); transition: all .5s linear;}
 .menu-cards li a.item.rotate360:hover i{transform: rotate(360deg); transition: all .5s linear;}
 .menu-cards.gradientBlue li a.item{background: linear-gradient(165.46deg, rgba(214, 233, 255, 1) 0%, rgba(245, 250, 255, 0.01) 50%); box-shadow: 3px 4px 13px  rgba(204, 227, 255, 0.6);}
 
 .menu-cards li a.item i{display: block;}
 .menu-cards.splitline li a.item:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
 .menu-cards.splitline li.last a.item:before{display: none;}
 
 .menu-cards.center li a.item{text-align: center;}

 .menu-cards.inline li a.item i{display: inline-block;}
 .menu-cards.inline li a.item span{display: inline-block; vertical-align: middle;}

 .menu-cards.break li a.item{text-align: center;}
 .menu-cards.break li a.item i{display: block; margin: 0 auto 10px;}
 .menu-cards.break li a.item span{display: block;}

 .menu-cards.position a.item{position: relative;}
 .menu-cards.position a.item i{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}

 .menu-cards.col-2 li{width: 50%;}
 .menu-cards.col-3 li{width: 33.33333%;}
 .menu-cards.col-4 li{width: 25%;}
 .menu-cards.col-5 li{width: 20%;}
 .menu-cards.col-6 li{width: 16.66667%;}
 .menu-cards.col-8 li{width: 12.5%;}
 
 .menu-cards.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
 .menu-cards.space2 li .item{margin: 2px 1px 0;}
 .menu-cards.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .menu-cards.space10 li .item{margin: 10px 5px 0;}
 .menu-cards.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
 .menu-cards.space15 li .item{margin: 15px 7px 0 8px;}
 .menu-cards.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .menu-cards.space20 li .item{margin: 20px 10px 0;}
 .menu-cards.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
 .menu-cards.space30 li .item{margin: 15px;}
 .menu-cards.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
 .menu-cards.space40 li .item{margin: 20px;}
 @media (max-width:1500px) {
	 .menu-cards.space30{margin-top: -10px; margin-right: -10px; margin-left: -10px;}
	 .menu-cards.space30 li .item{margin: 10px;}
	 .menu-cards.space40{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
	 .menu-cards.space40 li .item{margin: 15px;}
 }
 @media (max-width:1280px) {
	 .menu-cards.res{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
	 .menu-cards.res li .item{ margin: 15px 7px 0 8px !important;}

 }
 @media (max-width:992px) {
   .menu-cards.res.col-5 li{width: 33.333333%;}
	 .menu-cards.res.col-4 li{width: 50%;}
 }
 @media (max-width:480px) {
  .menu-cards.res.col-5 li{width: 50%;}
 }

.piclist{overflow:hidden; zoom:1;}
.piclist li{position:relative; float:left; }
.piclist li .item{display:block;}
.piclist li .pic{position: relative; width:100%; height: 0; overflow: hidden;}
.piclist li .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}
.piclist li .txt br{display: none;}
.piclist.col-2 li{width:50%;}
.piclist.col-3 li{width:33.333%;}
.piclist.col-4 li{width:25%;}
.piclist.space30{margin-left: -15px; margin-right: -15px;}
.piclist.space30 li a{margin-left: 15px; margin-right: 15px; margin-bottom: 30px;}
.piclist.space40{margin-left: -20px; margin-right: -20px;}
.piclist.space40 li .item{margin-left: 20px; margin-right: 20px; margin-bottom: 40px;}

.piclist.position li .item{position: relative;}
.piclist.position li .item .txt{position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.35); padding:10px 25px; color: #fff;}
.piclist.position.playicon li .item:after{content: ''; width: 60px; height: 60px; background: url(2023_icon_play.png) no-repeat rgba(0,0,0,.2); background-size: 100% 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border-radius: 50%;}

@media (max-width: 1280px) {
	.piclist.space40{margin-left: -10px; margin-right: -10px;}
	.piclist.space40 li .item{margin-left: 10px; margin-right: 10px; margin-bottom: 20px;}
}
@media (max-width: 768px) {
	.piclist.space30{margin-left: -10px; margin-right: -10px;}
	.piclist.space30 li a{margin-left: 10px; margin-right: 10px; margin-bottom: 20px;}
}

@media (max-width: 640px) {
	.piclist[class*="col"] li{width: 50%;}
}
 
 
.imgRatio{position: relative; display: block; width:100%; height: 0; overflow: hidden; /*padding-bottom: 50%;*/}
.imgRatio img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}

/* 当前位置crumb */
.crumb h2{ padding:0px 10px 0px 30px;margin-bottom: 30px; line-height: 30px; font-size:1em; font-weight: normal; background: url(2023_icon_position.png) no-repeat 2px center;}
.crumb a:hover{color: #2354AF;}
.crumb span{color: #2354AF;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}
@media (max-width: 992px){
	.crumb h2{padding-left: 28px; background-position: 0 8px;}
}



/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}


/*layui*/
.layui-input.isdisabled,.layui-textarea.isdisabled{cursor: not-allowed;background: #f5f7fa;}
.layui-btn.isdisabled{cursor: not-allowed;opacity: .8;filter: alpha(opacity=80);-moz-opacity: 0.8;}
.layui-form-radio *,.layui-form-checkbox[lay-skin=primary] span{font-size: 15px;}
.layui-form-radio>i:hover, .layui-form-radioed>i,
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i,
.layui-laydate-footer span:hover{color:#2354AF!important;}
.layui-form-checkbox[lay-skin=primary] span{color:#333;}
.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this{background: #689EE3!important;}
.layui-form-checked[lay-skin=primary] i,
.layui-form-checkbox[lay-skin=primary]:hover i{border-color:#689EE3;}
.layui-form-checkbox span{white-space: normal!important;}
.layui-laydate{z-index: 100!important;}
body .layui-laydate .layui-this{background-color: #689EE3 !important;}


/*quickbar*/
.quickbar{position: fixed; /*top: 680px;*/ bottom:20px; right: 20px; z-index: 99; -webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.dis .quickbar{display: none;}
.quickbar dl.circle{position: relative; margin-bottom: 20px;text-align:center;width:80px;margin:0 auto 20px auto;}
.quickbar dl.circle dt{position: relative;display: inline-block;}
.quickbar dl dt a{display: block; width: 64px; height: 64px; border-radius: 50%; transition: all .3s; cursor: pointer; position: relative; transition: all .3s;}
.quickbar dl.circle dt a{background: #fff;}
.quickbar dl dt a img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all .8s;}
.quickbar dl dt a .active{opacity: 0;}
.quickbar dl.circle.on dt a,
.quickbar dl.circle.ing dt a,
.quickbar dl.circle:hover dt a{background: linear-gradient(90deg, rgba(245, 249, 255, 1) 0%, rgba(191, 222, 255, 1) 99.82%);}
.quickbar dl.on dt a .normal,
.quickbar dl.ing dt a .normal,
.quickbar dl:hover dt a .normal{opacity: 0;}
.quickbar dl.on dt a .active,
.quickbar dl.ing dt a .active,
.quickbar dl:hover dt a .active{opacity: 1;}

.quickbar dl.circle dt:before{content: ""; position: absolute; right: 0; top: 0; left: 0; bottom: 0; background: rgba(199, 223, 255, 0.46); border-radius: 50%; opacity: 0; transition: all .3s;}
.quickbar dl.circle.on dt:before,
.quickbar dl.circle:hover dt:before{left: -8px; right: -8px; top: -8px; bottom: -8px; opacity: 1;}

.quickbar dl.dl-gotop{display: none;text-align: center;}
.quickbar dl.dl-gotop dt{display: inline-block;}
.quickbar dl.dl-gotop a{background: none;}

.quickbar dl dd{position: absolute; right: 120%; top: 0; display: none;}
.quickbar dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.quickbar dl dd img{display: block; width: 100%; min-width: 120px;}
.quickbar dl dd span{display: block; text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.quickbar dl dd .cont:after{position: absolute; right: -20px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.quickbar dl dd .cont:before{position: absolute; right: -22px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}

.setIE.ie8 .quickbar dl dd .cont{border: 1px solid #e2e2e2;}

.quickbar-opened .quick-panel{display: none;}
.quickbar-opened dl.dl-toggle dt a:before{background-position: 0 -320px;}
.quickbar .xlr_icon{width:80px;}

.ydy_quickbar{top:300px;}
@media (max-width:1500px) {
  .quickbar dl{margin-bottom: 10px;}
  .quickbar dl dt a{padding: 8px; width: 30px; height: 30px;}
  .quickbar dl dt a:before{background-image: url(../images/2023_quickbar_icons_sm.png);}
  .quickbar dl.dl-wx dt a:before{background-position: 0 -30px;}
  .quickbar dl.dl-wb dt a:before{background-position: 0 -60px;}
  .quickbar dl.dl-sjb dt a:before{background-position: 0 -90px;}
  .quickbar dl.dl-yssgzh dt a:before{background-position: 0 -120px;}
  .quickbar dl.dl-gotop dt a:before{background-position: 0 -180px;}
  .quickbar dl.dl-toggle dt a:before{background-position: 0 -210px;}
  .quickbar-opened dl.dl-toggle dt a:before{background-position: 0 -240px;}
}
@media (max-width:1280px) {
  .quickbar{position: fixed !important; top: auto !important; right: 0; bottom: 0 !important; transform: none !important;}
  .quickbar .quick-panel{display: none;}
  .quickbar dl.dl-toggle{display: none;}
  .quickbar dl.dl-gotop dt a{background: none; border: none;}
  .quickbar .xlr_icon{display: none;}
}
@media (max-width:768px) {
  .quickbar dl{margin-bottom: 0;}
}

/* .quickbar.fixed{position: fixed; top: 50%; transform: translateY(-50%);} */
/* .quickbar.fixed .zhankai{top: 50%; margin-top: -46px;} */
.setIE.ie8 .easybtn.fixed{top: auto; bottom: 20px;}


.ai-nav-box {position: fixed; right: 0;	top: 55%;	z-index: 999;}
.ai-nav-box .ai-nav-toggle{position: absolute; width: 140px; top: 5px; right: -50px;}
.ai-nav-box .ai-nav-toggle .ai-nav-toggle-lead {transform: rotate(-30deg); width: 100%;}
.ai-nav{width: 100px; margin-right: 10px; display: none;}
.ai-nav-box:hover .ai-nav{display: block;}
.ai-nav-box:hover .ai-nav-toggle{display: none;}
.ai-nav{width: 310px; height: 406px; position: relative;}
.ai-nav-img-box{position: absolute; width: 180px; left: 0; right: 0; top: 105px; margin: 0 auto;}
.ai-nav-item{position: absolute; width: 86px; text-align: center;}
.ai-nav-item i{display: block; position: relative; width: 65px; height: 65px; box-sizing: border-box; margin: 0 auto; background: radial-gradient(50% 50%, rgba(255, 255, 255, 1) 0%, rgba(224, 237, 255, 1) 100%); border: 1px solid rgba(209, 228, 255, 1); border-radius: 50%;}
.ai-nav-item i{margin-bottom: 10px;}
.ai-nav-item i img{display: block; width: 100%; height: 100%;}
.ai-nav-item span{display: block; color: #2354AF; font-size: 14px;font-weight:bold;}
.nav-1{top: 0; left:0; right: 0; margin: 0 auto;}
.nav-2{right: 0; top:40px;}
.nav-3{right: 0; bottom: 150px;}
.nav-4{right: 0; bottom:30px;}
.nav-5{bottom: 0; left:0; right: 0; margin: 0 auto;}
.nav-6{left: 0; bottom: 30px;}
.nav-7{left: 0; bottom:160px;}
.nav-8{left: 0; top:40px;}

.body-fp-index.isshow .quickbar{display: block;}
.body-fp-index.isshow .ai-nav-item span{color: #3B7ACC;}
@media (max-width:992px) {
  .ai-nav-box{display: none;}
}


/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 5px;height: 5px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 5px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 5px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {border-radius: 3px;background: #EAF3FF;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: #145EB3;}




/*分页*/
.pagination {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.pagination a {
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #eee;
	margin: 0 4px;
	color: #333;
}

.pagination a:hover {
	background: #2760b7;
	color: #fff;
	cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
	width: 80px;
}

.pagination .active {
	background: #2760b7;
	color: #fff;
}